-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(provider): add Figma provider #12529
feat(provider): add Figma provider #12529
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@halvaradop is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12529 +/- ##
==========================================
- Coverage 39.71% 39.58% -0.14%
==========================================
Files 196 197 +1
Lines 31061 31166 +105
Branches 1374 1375 +1
==========================================
Hits 12337 12337
- Misses 18724 18829 +105 ☔ View full report in Codecov by Sentry. |
thanks! for future pr's, have a look at the corrections for this PR. Keep in mind to use default implementations where possible (if the provider is spec compliant), and to update all links / references with the provider name. |
Thank you for reviewing this PR and my recent ones, and for improving them. I will follow your advice for future PRs. After these mistakes, I plan to review the codebase to better understand how the providers work, so I can avoid errors and unnecessary code when creating new providers. |
☕️ Reasoning
This pull request introduces a new OAuth 2.0 provider for the
Auth.js
package: Figma. This integration allows users to authenticate with theirFigma
accounts.🧢 Checklist
🎫 Affected issues
📌 Resources